home *** CD-ROM | disk | FTP | other *** search
/ Zane Home Library: Animal…ils through Wasps & Bees / Zane Home Library: Animal Kingdom - Invertebrates - Insects - Springtails through Wasps & Bees.iso / mac / ORDERREG / Registration / Registration.rsrc / TEXT_128.txt < prev    next >
Text File  |  1995-06-19  |  147b  |  13 lines

  1. short foo(short bar)
  2. {
  3.     short value = 0;
  4.  
  5.     if (bar > 0) {
  6.         value += bar;
  7.     } else {
  8.         value = bar;
  9.     }
  10.  
  11.     return value;
  12. }
  13.